home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / FORCOUT.422 < prev    next >
Text File  |  1993-01-31  |  3KB  |  84 lines

  1. PLDN0010.MOD ( see inside...for 4.22 )
  2. The Paladin #1 @15455
  3. Mon Jan 25 12:43:08 1993
  4. ┌────────────────────────────────────────────────────────────────────────────┐
  5. │ Mod Name    : PLDN0010.MOD              Mod Author: The Paladin            │
  6. │ Difficulty  : ▒░░░░                     Link      : 1 @ 15455              │
  7. │ WWIV Version: 4.22 !                    Net/Ice   : 1 @ 5455               │
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10.  This is simple mod that I like to have done quickly on my new version of
  11.  WWIV software when I get it, why wayne bell has not done this yet to the
  12.  original software is yet to be known, anyways, this mod will do the following
  13.  
  14.  1. when at WFC when you press / (force callout) it will print the pending
  15.     list first then ask you what system you wish to force a callout to.
  16.     ( since I run multi-nets, with about 20+ connection I hated having to
  17.     have to press P then / to force a callout afterwards.)
  18.  2. when you QUIT the BBS, the software Did not HOLD the phone, and That
  19.     is a crucial thing, so that people trying to call in do not think
  20.     that my system is down.
  21.  
  22. So here we go. you should not need to backup your source as this mod
  23. take about 2 mins to do...
  24.  
  25. 1. To get The Pending list when pressing / at wfc.
  26.  
  27.    Load NETSUP.C
  28.    Look for : void print_pending_lit (void)
  29.  
  30. at the end of the void remove the two following lines:
  31.  
  32.    if (useron!)
  33.    pausescr();
  34.  
  35. Save NETSUP.C and LOAD BBS.C
  36.  
  37. In BBS.C look for Case '/'
  38.    look for : force_callout():
  39.  
  40.    Add before that line :
  41.  
  42.    print_pending_list():
  43.  
  44. Now still in BBS.C search for : case 'P'
  45.  
  46.    Add after : print_pending_list();
  47.  
  48.    pausescr();
  49.  
  50. That it that for that part of the mod.
  51.  
  52. 2. to enable the phone to be held when you (Q)uit from WFC do the following
  53.  
  54.   In BBS.C , search for : case 'Q'
  55.   add before ( end_bbs.....)
  56.  
  57.   holdphone(1);
  58.  
  59.   Save BBS.C, recompile and Enjoy !
  60.  
  61. ----------------------------------------------------------------------------
  62. Like always if you have any questions or problems with my mods, please
  63. contact me at the addresses mentioned in the Header Box at top.
  64. I have tested and am presently using this on MY PLACE BBS (514)522-6139.
  65. ----------------------------------------------------------------------------
  66.  
  67. -------------------------------------------------------------------------------
  68.                       Other mods Made by The paladin....
  69. -------------------------------------------------------------------------------
  70. PLDN004a  :(4.21a) Prevent Certain speeds on NEW USERS ONLY !
  71. PLDN0005  :(4.2x ) Use WWIVmail/QWK from Main menu usinf //QWK function
  72. PLDN0007  :(4.2x ) A new Sysop F5 key definition (looks like System Rebooted)
  73. PLDN0008  :(4.22 ) Permit users to request a file using //REQUEST
  74. PLDN0009  :(4.22 ) Run THD PROSCAN v1.0 on 4.22 after each Upload.
  75. PLDN0010  :(4.22 ) Hold Phone on WFC (Q), and List Pending Nets on WFC (/)
  76. -------------------------------------------------------------------------------
  77. Are requestable on WWIVnet 1@5455, WWIV Link 1@15455, ICEnet 1@5455 via E-mail
  78. -------------------------------------------------------------------------------
  79. -
  80.  
  81. 8     2 [\\\]1 My Place BBS [GSA], (514) 522-6139, PClogics 14,400 Bps 2[///]
  82. 7     2 [\\\]3    WWIVnet @ 5455, WWIV Link @ 15455, ICEnet @ 5455     2[///]
  83. 6
  84.